CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - TSP 模拟退火

搜索资源列表

  1. simulated_annealing

    0下载:
  2. 用matlab编写的求解10城市、31城市、70城市的TSP模拟退火算法,供大家学习只用,算法简洁明了,注释全,易理解。-Using matlab to solve 10 cities, 31 cities, 70 cities TSP simulated annealing algorithm, only for them to learn the algorithm concise, notes the whole, easy to understand.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:2830
    • 提供者:panyuxia
  1. TSP

    0下载:
  2. 模拟退火算法求解旅行商问题 程序使用的参数说明:初始温度的选取方法:取一个确定值:280度 状态被接受的条件:如果delta f < 0, 则At = 1,否则At = exp(-delta f / t) 降温算法:采用等比例下降的方法,比例系数为0.95 同一温度内计算结束的条件: 在每个温度下采用固定的迭代次数,Lk=100n,n为城市数; 算法结束条件: 当相邻三个温度得到的解无任何变化时算法停止。 -Simulated annealing algo
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:1802
    • 提供者:朱茵茵
  1. matlab-for-TSP-problem-using-SA

    0下载:
  2. 使用模拟退火方法解决TSP问题的matlab源程序-matlab source program for TSP problem using Simulated Annealing
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:7686
    • 提供者:金莹
  1. SA(TSP)

    0下载:
  2. 模拟退火法解决最优化问题,此程序为解决TSP问题matlab程序。-Simulated annealing method
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:3321
    • 提供者:李生
  1. TSP-simulated-annealing-algorithm

    1下载:
  2. 模拟退火算法是领域随机搜索算法的一种改进——加入概率接受准则,是十分简单的一种智能优化算法,本源码是用于求解TSP问题的模拟退火算法源程序-The simulated annealing algorithm is random search algorithm of field an improved-join probability accept criterion, it is very simple a kind of intelligent optimization algorithm,
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2017-05-15
    • 文件大小:998
    • 提供者:qiangzi
  1. tsp

    0下载:
  2. 模拟退火算法求解TSP问题程序简单效率高,欢迎来完善-Simulated annealing algorithm for solving the TSP program is simple, high efficiency, and welcome to improve
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:2996
    • 提供者:边松涛
  1. sa.-TSP

    0下载:
  2. 关于模拟退火解决旅行商问题的代码,简单易学,非常有用-simulated annealing
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:5099
    • 提供者:彭晓志
  1. TSP

    0下载:
  2. 模拟退火算法解决旅行商问题的的C++代码-Simulated annealing algorithm to solve the traveling salesman problem C++ code
  3. 所属分类:CSharp

    • 发布日期:2017-04-10
    • 文件大小:754
    • 提供者:王红
  1. TSP

    0下载:
  2. 模拟退火算法的tsp问题在matlab中的解决方案-The solution of the simulated annealing algorithm for the tsp problem in matlab
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:4108
    • 提供者:Ding
  1. GA-about-Materials-TS-TS-TSP

    0下载:
  2. 用于工程材料计算的遗传算法,关于TSP问题的禁忌算法 模拟退火算法比较等的源程序-For engineering materials calculated genetic algorithm, tabu search algorithm simulated annealing algorithm for TSP and other source code
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:43944
    • 提供者:zhuj
  1. three-algorithm-for-TSP-problem

    0下载:
  2. TSP问题的三种算法,模拟退火算法,遗传算法,蚁群算法-three algorithms of TSP problem ,three algorithms of TSP problem,three algorithms of TSP problem
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:64091
    • 提供者:buyi
  1. TSP-problem-of-simulated-annealing

    0下载:
  2. 使用模拟退火方法解决了TSP问题,改进了过程中可能丢失最优解的问题-Optimal solution may be lost in the process of using the simulated annealing method to solve the TSP problem, improved
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:1657
    • 提供者:张瓴溪
  1. TSP

    0下载:
  2. TSP问题模拟退火算法的matlab源程序-The TSP simulated annealing algorithm matlab source
  3. 所属分类:matlab

    • 发布日期:2017-11-28
    • 文件大小:9275
    • 提供者:林蒙
  1. TSP

    0下载:
  2. 模拟退火算法解决10个城市的TSP问题,适合帮助模拟退火算法的初学者。-The simulated annealing algorithm to solve the 10 cities TSP problem , suitable for beginners to help the simulated annealing algorithm .
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-02
    • 文件大小:2966
    • 提供者:ZhengShenhai
  1. SA-TSP

    0下载:
  2. 一个模拟退火算法,计算旅行商问题:注意:一共三个文件,第一个是主程序,下面两个是子函数-A simulated annealing algorithm to calculate the traveling salesman problem: Note: A total of three files, the first one is the main program, the following two sub-functions
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-19
    • 文件大小:10288
    • 提供者:hxliang
  1. Simulated-Annealing-for-TSP

    0下载:
  2. 模拟退火算法解决TSP问题,方法比较好,效果不错-Simulated Annealing
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-08
    • 文件大小:4310
    • 提供者:石鑫
  1. TSP

    0下载:
  2. TSP问题是一个典型的、容易描述但是难以处理的NP完全问题,同时TSP问题也是诸多领域内出现的多种复杂问题的集中概括和简化形式。目前求解TSP问题的主要方法有启发式搜索法、模拟退火算法、遗传算法、Hopfield神经网络算法、二叉树描述算法。所以,有效解决TSP问题在计算理论上和实际应用上都有很高的价值,而且TSP问题由于其典型性已经成为各种启发式的搜索、优化算法的间接比较标准(如遗传算法、神经网络优化、列表寻优(TABU)法、模拟退火法等)。遗传算法就其本质来说,主要是解决复杂问题的一种鲁棒性
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-26
    • 文件大小:1279611
    • 提供者:孟晓龙
  1. Clone-Algorithm-For-TSP

    0下载:
  2. 基于免疫单克隆算子求解TSP问题的源码,辛辛苦苦自己写的。源代码里面还包括模拟退火,贪婪算法,遗传算法,下载读懂了,你就赚了。-CLONE ALGORITHM FOR TSP
  3. 所属分类:Algorithm

    • 发布日期:2017-11-16
    • 文件大小:1697168
    • 提供者:lijh
  1. TSP-SA-CHANGXIN

    0下载:
  2. 解决了应用模拟退火算法的旅行商问题研究 应用平台MATLAB-To solve application of simulated annealing algorithm traveling salesman problem application platform MATLAB
  3. 所属分类:matlab

    • 发布日期:2017-11-19
    • 文件大小:4954
    • 提供者:常鑫
  1. TSP

    0下载:
  2. 用模拟退火算法解决旅行商问题,城市坐标是数据集直接调用。-Simulated annealing algorithm to solve the traveling salesman problem, the city coordinates data sets directly call.
  3. 所属分类:matlab

    • 发布日期:2017-11-17
    • 文件大小:4753
    • 提供者:
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 20 »
搜珍网 www.dssz.com